home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / bc_pas_2.zip / MVMIDI.INC < prev    next >
Text File  |  1992-06-28  |  1KB  |  51 lines

  1. ;$Author:   DCODY  $
  2. ;$Date:   28 Jun 1992 16:21:22  $
  3. ;$Header:   W:/sccs/inc/mvmidi.inv   1.0   28 Jun 1992 16:21:22   DCODY  $
  4. ;$Log:   W:/sccs/inc/mvmidi.inv  $
  5. ;
  6. ;   Rev 1.0   28 Jun 1992 16:21:22   DCODY
  7. ;Initial revision.
  8. ;
  9. ;   Rev 1.1   25 Jun 1992 22:12:14   DCODY
  10. ;PAS2 udpate
  11. ;
  12. ;
  13. ;   Rev 1.0   15 Jun 1992 10:43:00   BCRANE
  14. ;Initial revision.
  15. ;$Logfile:   W:/sccs/inc/mvmidi.inv  $
  16. ;$Modtimes$
  17. ;$Revision:   1.0  $
  18. ;$Workfile:   MVMIDI.INC  $ 
  19.  
  20. ;   /*\
  21. ;---|*|--------====< MVMIDI.INC >====--------
  22. ;---|*|
  23. ;---|*|  Copyright (c) 1990 Media Vision, Inc.    All Rights Reserved.
  24. ;---|*|
  25. ;   \*/
  26.  
  27. ;; MIDI messages
  28.  
  29. SYSEX_ERROR    equ    00FFh        ; internal error code for sysexes on input
  30. ACTV_SENSE    equ    00FEh        ; active sense code
  31.  
  32. ;; MIDI message filters
  33.  
  34. MF_SYSEX        equ     0000000000000001b
  35. MF_MTCQTR    equ    0000000000000010b
  36. MF_SONGPOS    equ    0000000000000100b
  37. MF_SONGSEL    equ    0000000000001000b
  38. MF_UNDEFINED1    equ    0000000000010000b
  39. MF_UNDEFINED2    equ    0000000000100000b
  40. MF_TUNE     equ    0000000001000000b
  41. MF_ENDEX    equ    0000000010000000b
  42. MF_MIDICLOCK    equ    0000000100000000b
  43. MF_UNDEFINED3    equ    0000001000000000b
  44. MF_START    equ    0000010000000000b
  45. MF_CONTINUE    equ    0000100000000000b
  46. MF_STOP     equ    0001000000000000b
  47. MF_UNDEFINED4    equ    0010000000000000b
  48. MF_ACTSENSE     equ     0100000000000000b
  49. MF_SYSRESET     equ     1000000000000000b
  50.  
  51.